NevronOpenVision
Nevron.Nov.Compression Namespace / NZipDecompressor Class / NZipDecompressor Constructor / NZipDecompressor Constructor(String[])
One or more file extensions without the dot, for example "txt", "xml", "csv", etc.
In This Topic
    NZipDecompressor Constructor(String[])
    In This Topic
    Creates a ZIP decompressor that decompresses only the items from the ZIP archive that have one of the specified file extensions. Extension comparison is case insensitive.
    Syntax
    public NZipDecompressor( 
       params System.string[] fileExtensions
    )

    Parameters

    fileExtensions
    One or more file extensions without the dot, for example "txt", "xml", "csv", etc.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also